Revision: wmaker--cvs--0--patch-1272
Archive: voins@altlinux.ru--2004-wmaker
Creator: Dan Pascu <dan@windowmaker.org>
Date: Thu Oct 28 22:00:02 MSD 2004
Standard-date: 2004-10-28 18:00:02 GMT
Modified-files: WINGs/ChangeLog WINGs/Examples/connect.c
    WINGs/Examples/server.c WINGs/NEWS
    WINGs/Tests/testmywidget.c WINGs/Tests/wmfile.c
    WINGs/Tests/wmquery.c WINGs/Tests/wtest.c
    WINGs/WINGs/WINGs.h WINGs/WINGs/WINGsP.h
    WINGs/configuration.c WINGs/userdefaults.c
    WINGs/wapplication.c WINGs/wfont.c WINGs/wframe.c
    WINGs/widgets.c WINGs/wlist.c WINGs/wtextfield.c
    WINGs/wview.c WindowMaker/Defaults/WMGLOBAL src/dialog.c
    src/moveres.c src/screen.c src/screen.h src/wconfig.h.in
New-patches: voins@altlinux.ru--2004-wmaker/wmaker--cvs--0--patch-1272
Summary: - Fixed userdefaults in WINGs not to synchronize on exi...
CSCVSID: MAIN.1273
Keywords: cscvs:MAIN-1273

Author: dan
Date: 2002/11/13 15:13:48
- Fixed userdefaults in WINGs not to synchronize on exit a domain that is
marked not to be synchronized.
- WMGLOBAL options can now be set in the WindowMaker configuration files
to overwrite values in WMGLOBAL.
- You can now pass "SystemFont", "BoldSystemFont", "SystemFont-##" or
"BoldSystemFont-##", with ## being the font size to any font creating
function to create a font with the (bold) system font font specification.
- Replaced AA with Anitialiased in WINGs font creation function names
- Added WMCreateFontWithFlags(), WMHasAntialiasingSupport() and
WMIsAntialiasingEnabled()
- Created a separate font cacahe for antialiased fonts
- Added test at startup if Xft supports rendering antialiased fonts (in case
the application was compiled with Xft support, but is run on an X server
without support for xft rendering (RENDER extension missing). If no Xft
support antialiasing will be disabled even if it is enabled in the
configuration file.
- Finished the Info Panel to work with antialiased fonts.
- Code cleanup in dialog.c. Remade part of Info Panel drawing the Window Maker
logo.
- Fixed technical style drawing of window resizing.
